github.com/gotd/td/session/tdesktop.qtReader.readInt32 (method)

35 uses

	github.com/gotd/td/session/tdesktop (current package)
		dbi.go#L96: 	length, err := r.readInt32()
		dbi.go#L119: func (r *qtReader) readInt32() (int32, error) {
		dbi.go#L125: 	sz, err := r.readInt32()
		dbi.go#L145: 	sz, err := r.readInt32()
		mtp_config.go#L100: 	version, err := r.readInt32()
		mtp_config.go#L108: 	environment, err := r.readInt32()
		mtp_config.go#L127: 	chatSizeMax, err := r.readInt32()
		mtp_config.go#L133: 	megagroupSizeMax, err := r.readInt32()
		mtp_config.go#L139: 	forwardedCountMax, err := r.readInt32()
		mtp_config.go#L145: 	onlineUpdatePeriod, err := r.readInt32()
		mtp_config.go#L151: 	offlineBlurTimeout, err := r.readInt32()
		mtp_config.go#L157: 	offlineIdleTimeout, err := r.readInt32()
		mtp_config.go#L163: 	onlineFocusTimeout, err := r.readInt32()
		mtp_config.go#L169: 	onlineCloudTimeout, err := r.readInt32()
		mtp_config.go#L175: 	notifyCloudDelay, err := r.readInt32()
		mtp_config.go#L181: 	notifyDefaultDelay, err := r.readInt32()
		mtp_config.go#L187: 	savedGifsLimit, err := r.readInt32()
		mtp_config.go#L193: 	editTimeLimit, err := r.readInt32()
		mtp_config.go#L199: 	revokeTimeLimit, err := r.readInt32()
		mtp_config.go#L205: 	revokePrivateTimeLimit, err := r.readInt32()
		mtp_config.go#L217: 	stickersRecentLimit, err := r.readInt32()
		mtp_config.go#L223: 	stickersFavedLimit, err := r.readInt32()
		mtp_config.go#L229: 	pinnedDialogsCountMax, err := r.readInt32()
		mtp_config.go#L235: 	pinnedDialogsInFolderMax, err := r.readInt32()
		mtp_config.go#L247: 	channelsReadMediaPeriod, err := r.readInt32()
		mtp_config.go#L253: 	callReceiveTimeoutMs, err := r.readInt32()
		mtp_config.go#L259: 	callRingTimeoutMs, err := r.readInt32()
		mtp_config.go#L265: 	callConnectTimeoutMs, err := r.readInt32()
		mtp_config.go#L271: 	callPacketTimeoutMs, err := r.readInt32()
		mtp_config.go#L277: 	webFileDCID, err := r.readInt32()
		mtp_config.go#L301: 	captionLengthMax, err := r.readInt32()
		mtp_dcoptions.go#L46: 	id, err := r.readInt32()
		mtp_dcoptions.go#L58: 	port, err := r.readInt32()
		mtp_dcoptions.go#L97: 	minusVersion, err := r.readInt32()
		mtp_dcoptions.go#L109: 		c, err := r.readInt32()